Release 10.1A: OpenEdge Application Server:
Developing WebSpeed Applications
url-format
This function formats a URL and arguments for all the specified fields that result in non-blank values. It returns a series of name\value pairs suitably encoded and delimited to send to a browser.
Location:web\method\cgiutils.iParameters:INPUT p_url AS CHARACTERA URL without arguments or query strings. If a Unknown value (
?) is specified for the URL, the value of the global variableSelfURLis used, which is the URL of the currently executing Web object without the host name and port number.INPUT p_name-list AS CHARACTERA character expression containing a comma-delimited list of field names available through the
get-valuefunction.INPUT p_delim AS CHARACTERThe delimiter to use between name\value pairs. If the Unknown value (
Returns: CHARACTER Notes: The value associated with each field name is determined by calling the?) is specified, the default is&which is appropriate if the resulting URL is output to the browser.get-valueAPI function. Examples:
See also:
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |